home *** CD-ROM | disk | FTP | other *** search
- Is anyone out there writing an SNMP management tool for Winsock?
- also I would be interested in an SNMP agent for winsock.
- --
- -------------------------------------------------------------------------------
- Don Levinson levinson@halcyon.com | Fatigue Technology Inc.
- "Stupid answers for stupid questions" | 100 Andover Park West
- ph:206-246-2010 fax:206-244-9886 | Seattle, WA 98188
- From news@bigblue.oit.unc.edu Wed Feb 16 16:22:10 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA20181; Wed, 16 Feb 1994 11:27:01 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA26739; Wed, 16 Feb 1994 11:22:08 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 16 Feb 1994 16:22:10 GMT
- From: zabluda@math.psu.edu (Oleg Zabluda)
- Message-Id: <2jth7i$ldp@soc2.pop.psu.edu>
- Organization: Mathematics Department, Pennsylvania State University
- Sender: ses
- Subject: Help with Trumpet winsock needed.
-
- I am trying establish CSLIP connection over a modem using Trumpet winsock.
- It connects OK but after that nothing works. For example when I tried
- ftp to host using wftp it asks for the host name and then stopes responding.
- I traced all the calls and messages produced by tcpman:
-
- Thank you for your help.
- Oleg.
-
- Log of session follows:
-
- Copyright (c) 1993,1994 by Peter R. Tattam
- All Rights Reserved.
- THIS IS AN UNREGISTERED SHAREWARE VERSION FOR EVALUATION ONLY
- SLIP ENABLED
- Internal SLIP driver COM3 Baud rate = 57600 Hardware handshaking Compression enabled
- My ip = 128.118.73.109 netmask = 0.0.0.0 gateway = 0.0.0.0
- IPQ in 0 free 16
-
- ///// wftp ////
-
- WSAStartup(257,130F:A8FE)
- gethostbyname stokes
- Hostent:
- h_name = stokes
- h_addrtype = 2
- h_length = 4
- Address = 146.186.130.201
- socket(2,1,0)
- bind(1,130F:0ABF,16)
- getsockname(1,130F:0ABF,16)
- ioctlsocket(1,8004667E,1)
- connect(1,130F:0ABF,16)
- state = syn_sent
- Ether 00:00:00:00:00:00->00:00:00:00:00:00
- IP 128.118.73.109 ->146.186.130.201 len 44 prot 6
- 54.2 1024->21 seq 00000000 SYN wind 5840 opt 020405B4
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- ..........................
- << 41 same lines deleted >>
- ..........................
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- Ether 00:00:00:00:00:00->00:00:00:00:00:00
- IP 128.118.73.109 ->146.186.130.201 len 44 prot 6
- 59.5 1024->21 seq 00000000 SYN wind 5840 opt 020405B4
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- ..........................
- << 88 same lines deleted >>
- ..........................
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- Ether 00:00:00:00:00:00->00:00:00:00:00:00
- IP 128.118.73.109 ->146.186.130.201 len 44 prot 6
- 69.9 1024->21 seq 00000000 SYN wind 5840 opt 020405B4
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- select(64,0000:0000,130F:ADE8,130F:AD66,130F:AE6A)
- ..........................
- << 131 same lines deleted >>
- ..........................
- select(64,0000:0000,130F:ADDA,130F:AD58,130F:AE5C)
- select(64,0000:0000,130F:B2F6,130F:B274,130F:B378)
- WSACleanup
- state = closed
- socket 1 killed
- WSAUnhookBlockingHook
- Ether 00:00:00:00:00:00->00:00:00:00:00:00
- IP 128.118.73.109 ->146.186.130.201 len 44 prot 6
- 90.7 1024->21 seq 178F0000 SYN wind 5840 opt 020405B4
- Unknown TCP - sending reset
- Ether 00:00:00:00:00:00->00:00:00:00:00:00
- IP 146.186.130.201->128.118.73.109 len 40 prot 6
- 91.2 21->1024 seq 00000000 ack 178F0001 RST ACK wind 0
- .........................
- <<< same message infinitely >>>
- IPQ in 0 free 16
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-